#public_footer{
    background-color:#050D4D  !important;
}

#public_footer>.public_footer_container{
    
    margin: 0;

}

.info_list{
    padding: 20px 11% 20px 19%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #514E4E;
    flex-wrap: wrap;
}

.info_list a {
    color: #6C73A7 !important;
    text-decoration: none !important;
}
#public_footer a:hover{
    text-decoration: underline;
    color: white !important;
}

.footer_title_text{
    color: #35BFFF;
    font-size: 0.95vw;
}

.footer_small_text{
    color: #6C73A7;
    font-size: 0.9vw;
    margin-top: 5px;
}
.bottom_info_list{
    display: flex;
    justify-content: space-between;
}

.bottom_info_list a{
    font-size: 0.9vw;
    color: #6C73A7;
    text-decoration: none !important;
}
.footer_ztlogo{
    width: 163px;
    height: 55px;
}

.copyright{
    font-size: 0.9vw;
}
 .copyright a{
    color: #2A3051;
    text-decoration: none;
 }
 .copyright a:hover{
    color: #aaa !important;
    text-decoration: none !important;
 }
@media screen and (max-width: 960px) {
    .footer_ztlogo{
        width: 80px;
        height: 30px;
    }
    .bottom_info_list{
        display: block;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-left: 10px;
    }
    .bottom_info_list>a{
        display: block;
    }
    .copyright{
        font-size: 10px !important;
    }
    .contact_us{
        margin-top: 10px;
    }
}